home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / Sonic / FlashRadio.swf / scripts / DefineButton2_24 / BUTTONCONDACTION on(release).as
Text File  |  1999-03-05  |  214b  |  14 lines

  1. on(release){
  2.    stopAllSounds();
  3.    tellTarget("../../")
  4.    {
  5.       gotoAndStop("Pop");
  6.       play();
  7.       tellTarget("../GenreText")
  8.       {
  9.          gotoAndStop("Pop");
  10.       }
  11.       play();
  12.    }
  13. }
  14.